html list over three columns

55

ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

Comments

Submit
0 Comments